go/types.environment.hasLabel (field)
4 uses
go/types (current package)
check.go#L81: hasLabel bool // set if a function makes use of labels (only ~1% of functions); unused outside functions
stmt.go#L45: if check.hasLabel {
stmt.go#L435: check.hasLabel = true
stmt.go#L580: check.hasLabel = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)